###################################
####   Ducal Prussia Events    ####
#### by Crook, Chimera, St Leo ####
###################################

#Prussian incorporation into Brandenburg#

event = {

	id = 3517			#Triggers brandenburg event 3636#
	trigger = {
		 exists = BRA
	}
	
	
	date = { day = 1 month = january year = 1615 }
	offset = 300
	deathdate = { day = 1 month = june year = 1700 }
	
	random = no
	country = U15
	name = "EVENTNAME3517"
	desc = "EVENTHIST3517"
	style = 3

	action_a ={				#Unite with Brandenburg#
		name = "ACTIONNAME3517A"
		command = { type = trigger which = 3636 }
	}
	action_b ={				#Keep separate#
		name = "ACTIONNAME3517B"
		command = { type = relation which = BRA value = -100 }
		command = { type = casusbelli which = BRA value = 12 }
	}
	
}

#Hohenzollern Prussia become Polish Duchy#
event = {

	id = 3516
	trigger = {
		 exists = POL  
		 	AND = { 
				OR = {
					religion = protestant
					religion = reformed
						}
			}
	}
	random = no
	country = U15
	name = "EVENTNAME3516"
	desc = "EVENTHIST3516"
	style = 2

	date = { day = 1 month = january year = 1524 }
	offset = 30
	deathdate = { day = 1 month = january year = 1540 }

	action_a ={				#Secularize as Polish vassal#
		name = "ACTIONNAME3516A"
		command = { type = breakvassal which = LIV }
		command = { type = trigger which = 3474 }
		command = { type = trigger which = 3619 }
		command = { type = relation which = LIV value = -50 }
		command = { type = relation which = POL value = 50 }
		command = { type = relation which = BRA value = 150 }
		command = { type = dynastic which = BRA }
		}

	action_b ={				#Secularize as independent country#
		name = "ACTIONNAME3516B"
		command = { type = breakvassal which = LIV }
		command = { type = relation which = LIV value = -150 }
		command = { type = relation which = POL value = -150 }
		command = { type = relation which = BRA value = 150 }
		command = { type = dynastic which = BRA }
	}
}
